projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
786d800
)
Add a missing type declaration
author
Justin Burkett
<justin@burkett.cc>
Wed, 7 Dec 2016 15:14:08 +0000
(10:14 -0500)
committer
Justin Burkett
<justin@burkett.cc>
Wed, 7 Dec 2016 15:14:08 +0000
(10:14 -0500)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index c8a08295c5f6caa90581d350827db3eb49fa6443..c5746a3f44532f13c3f9d30232a65116464c13e7 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-202,7
+202,8
@@
pattern for matching command names and use
`which-key-highlighted-command-face' for any matching names. If
the element is a cons cell, it should take the form (regexp .
face to apply)."
- :group 'which-key)
+ :group 'which-key
+ :type '(repeat (choice string (cons regexp face))))
(defcustom which-key-special-keys '()
"These keys will automatically be truncated to one character